home *** CD-ROM | disk | FTP | other *** search
/ Tabloid Beauties (Italian) / Saranno famos.iso / DATA / LISAB.DIR / 00100_Script_100 < prev    next >
Text File  |  1995-03-07  |  241b  |  11 lines

  1. on exitFrame
  2.   put the pathname into temp
  3.   if the machinetype <> 256 then
  4.     put Temp & "Sounds:103.mov" into Fname
  5.   else
  6.     put Temp & "Sounds\103.mov" into Fname
  7.   end if
  8.   
  9.   set the filename of cast "QT.MOV" to FName
  10.   
  11. end